home *** CD-ROM | disk | FTP | other *** search
- Here's a clock program I wrote a while back. I run it on my Amiga all the
- time, and most people who see it seem to like it. So, I decided to post it.
-
- LedClock is a extremely simple clock program. It's got no frills --- No alarm,
- no runtime parameters. 12/24 hour selection (and some other options) can be
- specified at compile time only. LedClock runs only on interlaced screens ---
- it will start up and run on a noninterlaced screen, except it'll look
- ugly.
-
- There is one source file --- leds.c. Makefile for Manx is also provided, but
- in case it's lost, be sure to link with the "+cd" option. (This causes the
- small amount of static images in the program to be loaded into chip memory.):
-
- cc leds.c
- ln +cd leds.o -lc
-
- The final executable is about 3200 bytes. Note that you'll get two redefinition
- warnings at link time; please ignore them.
-
- Ali Ozer, ali@rocky.stanford.edu
-